home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
internet-tools
/
ftp-guide
/
mail
< prev
next >
Wrap
Text File
|
1995-11-12
|
335b
|
13 lines
/* Mail arexx script by Christer Bjarnemo mr.bjarnemo@mn.medstroms.se
*
* Due to the massive developing time, registration fee is $1000! ;-)
*
*/
mailer = "AmiTCP:bin/elm"
/* mailer = "AmiTCP:bin/mailto" */
parse arg email
if name = '' then do ; say 'USAGE: mail name@address' ; say ; quit ; end
address command mailer' 'email